Is there an efficient method of converting an integer into the written numbers, for example:
string Written = IntegerToWritten(21);Is there any way of doing this that doesn't involve a massive look-up table?
would return "Twenty One".
home / developersection / forums / convert integers to written numbers
Is there an efficient method of converting an integer into the written numbers, for example:
string Written = IntegerToWritten(21);Is there any way of doing this that doesn't involve a massive look-up table?
would return "Twenty One".
Anonymous User
27-Dec-2013